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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_privileges .box_pri li:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  position: relative;
}
.con_mainimg h2 {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 1051px) {
  .con_mainimg h2 {
    width: 38.10526%;
    min-width: 550px;
  }
}
@media print {
  .con_mainimg h2 {
    width: 38.10526%;
    min-width: 550px;
  }
}
.ie8 .con_mainimg h2 {
  width: 38.10526%;
  min-width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_mainimg h2 {
    width: 68.95238%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg h2 {
    width: 80.44444%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_mainimg .img {
    width: 1200px;
    margin-left: -600px;
    position: relative;
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .img {
    overflow: hidden;
  }
  .con_mainimg .img img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}

/* -----------------------------------------------------------
	con_privileges
----------------------------------------------------------- */
.con_privileges {
  max-width: 950px;
  margin: 56px auto 0;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges {
    margin-top: 2em;
  }
}
.con_privileges .txt{
  text-align: center;
}
.con_privileges .box_use {
  text-align: center;
  letter-spacing: -.5em;
  margin-top: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_use {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_use {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_privileges .box_use {
    position: relative;
  }
  .con_privileges .box_use:before {
    content: '';
    width: 100%;
    border-bottom: 1px dotted #e4e2dd;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
  }
  .con_privileges .box_use:after {
    content: '';
    height: 100%;
    border-right: 1px dotted #e4e2dd;
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - .5px);
  }
}
@media print {
  .con_privileges .box_use {
    position: relative;
  }
  .con_privileges .box_use:before {
    content: '';
    width: 100%;
    border-bottom: 1px dotted #e4e2dd;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
  }
  .con_privileges .box_use:after {
    content: '';
    height: 100%;
    border-right: 1px dotted #e4e2dd;
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - .5px);
  }
}
.ie8 .con_privileges .box_use {
  position: relative;
}
.ie8 .con_privileges .box_use:before {
  content: '';
  width: 100%;
  border-bottom: 1px dotted #e4e2dd;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
}
.ie8 .con_privileges .box_use:after {
  content: '';
  height: 100%;
  border-right: 1px dotted #e4e2dd;
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - .5px);
}
.con_privileges .box_use li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 50%;
  padding: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_use li {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_use li {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_use li {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #e4e2dd;
  }
}
.con_privileges .box_use li .st {
  color: #ac9767;
  font-weight: bold;
  font-size: 124%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_use li .st {
    font-size: 116%;
  }
}
.con_privileges .box_use li .st i {
  display: block;
  text-align: center;
  margin-bottom: .5em;
}
.con_privileges .box_use li .txt {
  font-size: 100%;
  letter-spacing: .05em;
  text-align: left;
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_use li .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_use li .txt {
    margin-top: 0.5em;
  }
}
.con_privileges .box_pri {
  max-width: 860px;
  margin: 0 auto;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_pri {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri {
    margin-top: 1.5em;
  }
}
.con_privileges .box_pri li {
  border: 1px solid #e4e2dd;
  padding: 30px;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_pri li {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_pri li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li {
    margin-top: 1em;
  }
}
.con_privileges .box_pri li:first-child {
  margin-top: 0;
}
.con_privileges .box_pri li.layout1 .wrp_txt {
  width: 100%;
}
.con_privileges .box_pri li .wrp_txt {
  width: 63.75%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .wrp_txt {
    width: 100%;
    float: none;
  }
}
.con_privileges .box_pri li .wrp_txt h4 {
  letter-spacing: -.5em;
  color: #ac9767;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 170%;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_privileges .box_pri li .wrp_txt h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .wrp_txt h4 {
    font-size: 131%;
  }
}
.con_privileges .box_pri li .wrp_txt h4 > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_privileges .box_pri li .wrp_txt h4 span {
  width: 61px;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .wrp_txt h4 span {
    width: 2.8em;
  }
  .con_privileges .box_pri li .wrp_txt h4 span img {
    width: 100%;
  }
}
.con_privileges .box_pri li .wrp_txt h4 em {
  width: calc(100% - 61px - .5em);
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .wrp_txt h4 em {
    width: calc(100% - 2.8em - .5em);
  }
}
.con_privileges .box_pri li .wrp_txt .txt {
  font-size: 108%;
  margin-top: 1em;
}
.con_privileges .box_pri li .wrp_txt .txt_lead {
  font-size: 108%;
  margin-top: 1em;
  letter-spacing: .01em;
}
.con_privileges .box_pri li .wrp_txt .txt_lead em {
  font-weight: bold;
}
.con_privileges .box_pri li .wrp_txt .txt_lead em.red {
  color: #911414;
}
.con_privileges .box_pri li .wrp_txt .txt_red {
  border: solid 1px #911414;
  padding: 0.5em;
}
@media only screen and (min-width: 1051px) {
  .con_privileges .box_pri li .wrp_txt .txt_red {
    width: 90%;
  }
}
@media print {
  .con_privileges .box_pri li .wrp_txt .txt_red {
    width: 90%;
  }
}
.ie8 .con_privileges .box_pri li .wrp_txt .txt_red {
  width: 90%;
}
.con_privileges .box_pri li .wrp_txt .txt_red p {
  color: #911414;
}
.con_privileges .box_pri li .wrp_txt .img {
  margin-top: 1em;
}
.con_privileges .box_pri li .wrp_txt .txt_atn {
  margin-top: 1em;
}
.con_privileges .box_pri li .wrp_txt .txt_atn p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  margin-top: .4em;
}
@media only screen and (min-width: 768px) {
  .con_privileges .box_pri li .wrp_txt .txt_atn p {
    letter-spacing: .1em;
  }
}
@media print {
  .con_privileges .box_pri li .wrp_txt .txt_atn p {
    letter-spacing: .1em;
  }
}
.ie8 .con_privileges .box_pri li .wrp_txt .txt_atn p {
  letter-spacing: .1em;
}
.con_privileges .box_pri li .wrp_txt .txt_atn p em {
  font-weight: bold;
}
.con_privileges .box_pri li .wrp_txt .txt_atn p em.emp {
  font-size: 116%;
}
.con_privileges .box_pri li .wrp_img {
  float: right;
  width: 32.75%;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .wrp_img {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
  .con_privileges .box_pri li .wrp_img img {
    width: 100%;
  }
}
.con_privileges .box_pri li .ic {
  position: absolute;
  top: -2px;
  left: -2px;
}
@media only screen and (max-width: 767px) {
  .con_privileges .box_pri li .ic {
    width: 6%;
    min-width: 40px;
  }
  .con_privileges .box_pri li .ic img {
    width: 100%;
  }
}

/* バナー全体のコンテナ（外枠） */
.luxury-banner {
  padding: 8px;
  max-width: 650px;
  margin: 30px auto;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
  font-family: 'Times New Roman', 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
}

.luxury-inner {
  border: 1px solid rgba(212, 175, 55, 0.6);
  padding: 40px 30px;
  text-align: center;
  position: relative;
}

.luxury-inner::before,
.luxury-inner::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #d4af37;
}
.luxury-inner::before { top: 5px; left: 5px; border-right: none; border-bottom: none; }
.luxury-inner::after { bottom: 5px; right: 5px; border-left: none; border-top: none; }

.luxury-date {
  font-size: 22px;
  font-weight: 600;
  color: #ac9767;
  letter-spacing: 0.25em; 
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.luxury-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.05em;
}


/* -----------------------------------------------------------
	con_register
----------------------------------------------------------- */
.con_register {
  max-width: 860px;
  margin: 0 auto;
  width: 95%;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_register {
    margin-top: 2em;
  }
}
.con_register .box_way {
  margin-top: 30px;
  list-style-position: outside;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register .box_way {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_register .box_way {
    margin-top: 1.5em;
  }
}
.con_register .box_way li {
  list-style-type: decimal;
  margin: 1em 0 0 1.5em;
  font-size: 116%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_register .box_way li {
    font-size: 108%;
  }
}
.con_register .box_way li em {
  text-decoration: underline;
  font-weight: bold;
}
.con_register .box_atn {
  margin-top: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register .box_atn {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_register .box_atn {
    margin-top: 1em;
  }
}
.con_register .box_atn li {
  color: #b02e2e;
  font-size: 100%;
  line-height: 1.6;
  margin-top: .5em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_register .box_atn li {
    line-height: 1.4;
    margin-top: .6em;
  }
}
.con_register .box_reg {
  margin: 0 auto;
  max-width: 635px;
  margin-top: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register .box_reg {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_register .box_reg {
    margin-top: 2em;
  }
}
.con_register .box_reg .txt_note {
  text-align: center;
  font-size: 108%;
  letter-spacing: .1em;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register .box_reg .txt_note {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_register .box_reg .txt_note {
    margin-top: 1em;
  }
}
.con_register .box_reg .txt_note a {
  display: inline-block;
  text-decoration: underline;
}
.con_register .box_reg .txt_note a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
  display: inline-block;
  vertical-align: baseline;
}
.con_register .box_reg .txt_note a:hover {
  text-decoration: none;
  color: #313131;
}
.con_register .box_att {
  margin-top: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_register .box_att {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_register .box_att {
    margin-top: 1em;
  }
}
.con_register .box_att li {
  font-size: 100%;
  line-height: 1.6;
  margin-top: .5em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_register .box_att li {
    line-height: 1.4;
    margin-top: .6em;
  }
}