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

 file name  : member.css
 author     : Ability Consultant
 style info : メンバーズ倶楽部
=================================================================== */
.con_privileges, .con_privileges .box_pribileges, .con_member, .con_cancell {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_privileges, .con_privileges .box_pribileges, .con_member, .con_cancell {
    width: 95%;
  }
}

.con_intro .box_image:after, .con_intro .box_image .img:after, .con_privileges:after, .con_privileges .box_catch:after, .con_member:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  background-image: url(../member/images/bg_topicpath.jpg);
}

/* -----------------------------------------------------------
	gnavアクティブ設定
----------------------------------------------------------- */
#rooms .gnav ul li.gnav_roo a span:after {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  margin-bottom: 50px;
  background: url(../images/common/bg_texture_gray.png);
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 40px;
  }
}
.con_intro:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/common/bg_intro_top.png) center 0 no-repeat;
  z-index: 2;
}
.con_intro .inner {
  position: relative;
  z-index: 3;
}
.con_intro .box_content {
  float: left;
  width: 50%;
  padding: 50px 50px 30px;
}
@media only screen and (max-width: 1096px) {
  .con_intro .box_content {
    padding: 40px 40px 20px;
  }
}
@media print {
  .con_intro .box_content {
    padding: 40px 40px 20px;
  }
}
.ie8 .con_intro .box_content {
  padding: 40px 40px 20px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_content {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content {
    padding: 20px 10px;
  }
}
.con_intro .box_content .txt h3 {
  text-align: center;
  font-weight: normal;
  text-align: left;
}
.con_intro .box_content .txt h3 span {
  background: #212f1a;
  font-size: 240%;
  color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt h3 span {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt h3 {
    text-align: center;
  }
}
.con_intro .box_content .txt .catch {
  padding: 30px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt .catch {
    padding: 20px 0;
  }
}
.con_intro .box_content .txt .btn_member a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid rgba(204, 204, 204, 0.9);
  max-width: 100%;
}
.con_intro .box_content .txt .btn_member a span {
  padding: 18px;
  display: block;
}
.con_intro .box_content .txt .btn_member a:hover {
  background: rgba(204, 204, 204, 0.9);
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt .btn_member a {
    max-width: 100%;
  }
}
.con_intro .box_image {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_image {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_image .img {
    margin-left: -2.6%;
  }
}
.con_intro .box_image .img img {
  max-width: none;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_image .img img {
    overflow: hidden;
    float: none;
    width: 106%;
  }
}

/* -----------------------------------------------------------
	.con_privileges
----------------------------------------------------------- */
.con_privileges {
  margin-bottom: 70px;
}
.con_privileges h4 {
  font-weight: normal;
  margin-bottom: 40px;
  background: url(../images/common/st_icon_green.png) center bottom no-repeat;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_privileges h4 {
    margin-bottom: 30px;
  }
}
.con_privileges h4 span {
  display: block;
}
.con_privileges h4 span.jp {
  font-size: 240%;
}
@media only screen and (max-width: 767px) {
  .con_privileges h4 span.jp {
    font-size: 174%;
  }
}
.con_privileges h4 span.en {
  color: #add48c;
  font-family: "News Cycle", sans-serif;
  font-size: 94%;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .con_privileges h4 span.en {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges h4 {
    margin-bottom: 10px;
  }
}
.con_privileges .box_catch {
  margin-bottom: 30px;
  padding: 15px;
  line-height: 2;
  border: 1px solid #4d7453;
  text-align: center;
}
.con_privileges .box_catch .member {
  border-bottom: 2px solid #d59d78;
}
.con_privileges .box_catch .mail {
  border-bottom: 2px solid #add48c;
}
.con_privileges .txt_free {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_privileges .txt_free {
    margin-bottom: 30px;
  }
}
.con_privileges .txt_free span {
  border-bottom: 3px solid #346239;
  color: #346239;
  font-weight: bold;
}
.con_privileges .box_pribileges .box_item {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .con_privileges .box_pribileges .box_item img {
    width: 100%;
  }
}
.con_privileges .box_pribileges .box_item .ic_member,
.con_privileges .box_pribileges .box_item .ic_mail {
  position: absolute;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.con_privileges .box_pribileges .box_item .ic_member {
  top: -20px;
  left: -17px;
  width: 99px;
  height: 84px;
  background: url(../member/images/bg_member.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item .ic_member {
    background-image: none;
    width: 80%;
    top: 0;
    left: -15px;
  }
}
.con_privileges .box_pribileges .box_item .ic_member span {
  position: absolute;
  top: 22px;
  left: 12px;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item .ic_member span {
    padding: 0 10px;
    background-color: #D59D78;
  }
}
.con_privileges .box_pribileges .box_item .ic_mail {
  position: absolute;
  top: -20px;
  left: 85px;
  width: 99px;
  height: 84px;
  background: url(../member/images/bg_mail.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item .ic_mail {
    background-image: none;
    width: 80%;
    top: 7%;
    left: -20px;
  }
}
.con_privileges .box_pribileges .box_item .ic_mail span {
  position: absolute;
  top: 30px;
  left: 18px;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item .ic_mail span {
    padding: 0 10px;
    background-color: #93B07C;
  }
}
.con_privileges .box_pribileges .box_item h5 {
  padding: 0.3em 0;
  color: #73774d;
  letter-spacing: .03em;
  font-size: 147%;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pribileges .box_item h5 {
    font-size: 120%;
  }
}
.con_privileges .box_pribileges .box_item h5 span {
  font-size: 100%;
}
.con_privileges .box_pribileges .box_item .comment {
  padding: 0 1em;
}
@media only screen and (max-width: 1024px) {
  .con_privileges .box_pribileges .box_item .comment {
    padding: 0 0.2em;
  }
}
.con_privileges .box_pribileges .box_item:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------
	.con_member
----------------------------------------------------------- */
.con_member {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_member {
    margin-bottom: 60px;
  }
}
.con_member .box_txt_member {
  position: relative;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 2;
  background-image: url(../images/common/bg_texture_gray.png);
}
@media only screen and (max-width: 767px) {
  .con_member .box_txt_member {
    padding: 20px;
  }
}
.con_member .box_txt_member::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 15px solid #e7e7e7;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  border-radius: 3px;
}
.con_member .btn_member a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: url(../images/common/bg_texture_green.png);
  max-width: 75%;
  font-size: 134%;
}
.con_member .btn_member a span {
  background-color: transparent;
  padding: 18px;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_member .btn_member a:hover {
  color: #1a3a21;
}
.con_member .btn_member a:hover span {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_member .btn_member a {
    max-width: 100%;
    font-size: 120%;
  }
}
.con_member .box_txt_mail {
  margin: 30px 0 10px;
}
.con_member .btn_mail a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: url(../images/common/bg_texture_lightgreen.png);
  max-width: 75%;
  font-size: 134%;
}
.con_member .btn_mail a span {
  background-color: transparent;
  padding: 18px;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_member .btn_mail a:hover {
  color: #1a3a21;
}
.con_member .btn_mail a:hover span {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_member .btn_mail a {
    max-width: 100%;
    font-size: 120%;
  }
}

/* -----------------------------------------------------------
	.con_cancell
----------------------------------------------------------- */
.con_cancell {
  margin-top: 50px;
  text-align: center;
}
.con_cancell .line {
  margin-bottom: 20px;
}
.con_cancell h5 {
  margin-bottom: 10px;
  color: #73774d;
  font-size: 147%;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_cancell h5 {
    font-size: 120%;
  }
}
.con_cancell h5 span {
  font-size: 80%;
}
.con_cancell .box_cancellations,
.con_cancell .box_cancellations_mail,
.con_cancell .box_withdrawal {
  float: left;
  width: 48%;
  margin: 30px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_cancell .box_cancellations,
  .con_cancell .box_cancellations_mail,
  .con_cancell .box_withdrawal {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.con_cancell .box_cancellations h6,
.con_cancell .box_cancellations_mail h6,
.con_cancell .box_withdrawal h6 {
  font-weight: normal;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_cancell .box_cancellations h6,
  .con_cancell .box_cancellations_mail h6,
  .con_cancell .box_withdrawal h6 {
    margin-bottom: 20px;
  }
}
.con_cancell .box_cancellations h6 span,
.con_cancell .box_cancellations_mail h6 span,
.con_cancell .box_withdrawal h6 span {
  display: inline-block;
}
.con_cancell .box_cancellations h6 span.en,
.con_cancell .box_cancellations_mail h6 span.en,
.con_cancell .box_withdrawal h6 span.en {
  color: #9bbd7f;
  font-size: 160%;
  font-family: "News Cycle", sans-serif;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_cancell .box_cancellations h6 span.en,
  .con_cancell .box_cancellations_mail h6 span.en,
  .con_cancell .box_withdrawal h6 span.en {
    margin-right: 5px;
    font-size: 120%;
  }
}
.con_cancell .box_cancellations h6 span.jp,
.con_cancell .box_cancellations_mail h6 span.jp,
.con_cancell .box_withdrawal h6 span.jp {
  font-size: 107%;
}
@media only screen and (max-width: 767px) {
  .con_cancell .box_cancellations h6 span.jp,
  .con_cancell .box_cancellations_mail h6 span.jp,
  .con_cancell .box_withdrawal h6 span.jp {
    font-size: 87%;
  }
}
.con_cancell .box_cancellations ol,
.con_cancell .box_cancellations_mail ol,
.con_cancell .box_withdrawal ol {
  line-height: 1.8;
  counter-reset: cnt;
  list-style-position: inside;
}
.con_cancell .box_cancellations ol li:before,
.con_cancell .box_cancellations_mail ol li:before,
.con_cancell .box_withdrawal ol li:before {
  display: marker;
  counter-increment: cnt;
  content: "(" counter(cnt) ") ";
}
.con_cancell .box_cancellations .notes,
.con_cancell .box_cancellations_mail .notes,
.con_cancell .box_withdrawal .notes {
  padding-top: 5px;
  line-height: 1;
  color: #73774d;
}
.con_cancell .box_cancellations .notes::before,
.con_cancell .box_cancellations_mail .notes::before,
.con_cancell .box_withdrawal .notes::before {
  content: "※";
}
.con_cancell .box_cancellations {
  margin-right: 4%;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_cancell .box_cancellations {
    border: none;
  }
}
.con_cancell .box_cancellations_mail {
  float: none;
  width: 100%;
}
.con_cancell .btn_member {
  clear: both;
}
.con_cancell .btn_member a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid rgba(204, 204, 204, 0.9);
  max-width: 320px;
}
.con_cancell .btn_member a span {
  padding: 18px;
  display: block;
}
.con_cancell .btn_member a:hover {
  background: rgba(204, 204, 204, 0.9);
}
@media only screen and (max-width: 767px) {
  .con_cancell .btn_member a {
    max-width: 100%;
    margin-top: 20px;
  }
}
