body#limited_login #members_only {
  margin: 0 auto 100px;
}
body.limited_top .contents {
  width: 100%;
  margin: 0;
}

@media (max-width: 880px) {
  .main_img h1.p_ttl {
    top: 62vw;
  }
}
@media (max-width: 640px) {
  .main_img h1.p_ttl {
    top: 60vw;
  }
}

.sub_ttl h2.f_en {
  font-size: 4.3rem;
}

.spe_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .spe_con {
    width: 100%;
  }
}
.spe_con li {
  width: 100%;
}
.spe_con dl {
  margin-top: 20px;
  text-align: center;
}
.spe_con dl dt {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1;
}
.spe_con dl dt::after {
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -10px;
  content: "";
  width: 30px;
  height: 1px;
  background: #999;
}
.spe_con dl dd {
  font-size: 1.5rem;
}
.spe_con dl dd.f_en {
  width: 200px;
  margin: 20px auto 0;
}
.spe_con dl dd.f_en a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 640px) {
  .spe_con dl dd.f_en a {
    font-size: 4vw;
  }
}
.spe_con dl dd.f_en a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/common/arrow.png");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .spe_con dl dd.f_en a::before {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.spe_con dl dd.f_en a:hover::before {
  right: 0;
}
.spe_con dl dd.f_en a {
  padding: 10px;
  color: #fff;
  background: #396757;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.spe_con dl dd.f_en a::before {
  width: 20px;
  height: 20px;
  right: 3px;
}

.res-btn {
  margin: 0 0 80px;
}
.res-btn dt {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 880px) {
  .res-btn dt {
    font-size: 5.3vw;
  }
}
.res-btn dd {
  width: 400px;
  margin: 0 auto;
  font-size: 2rem;
}
@media (max-width: 880px) {
  .res-btn dd {
    width: 90%;
    margin: 0 auto 50px;
    font-size: 5.5vw;
  }
}
.res-btn dd a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 640px) {
  .res-btn dd a {
    font-size: 4vw;
  }
}
.res-btn dd a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/common/arrow.png");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .res-btn dd a::before {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.res-btn dd a:hover::before {
  right: 0;
}
.res-btn dd a {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff5cf), to(#b1853a));
  background: linear-gradient(to right, #fff5cf 30%, #b1853a 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.res-btn dd a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff1bb), to(#be882a));
  background: linear-gradient(to right, #fff1bb 30%, #be882a 100%);
}
@media (max-width: 640px) {
  .res-btn dd a:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff5cf), to(#b1853a));
    background: linear-gradient(to right, #fff5cf 30%, #b1853a 100%);
  }
}
.res-btn dd a {
  padding: 20px 0;
  outline: #bf8496 1px solid;
  outline-offset: -5px;
}
@media (max-width: 880px) {
  .res-btn dd a {
    padding: 20px 0;
  }
}
.res-btn .cap {
  margin-top: 10px;
}

.news_wrap {
  padding: 0 0 80px;
  background-color: #ffffff;
}
.news_wrap dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 50px;
  font-size: 1.5rem;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 880px) {
  .news_wrap dl {
    display: block;
    padding: 20px 5%;
  }
}
.news_wrap dl dt {
  width: 150px;
}
@media (max-width: 880px) {
  .news_wrap dl dd {
    margin-top: 5px;
  }
}

.lc_wrap {
  padding: 80px 0;
  background-color: #fbf8f1;
}
.lc_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
@media (max-width: 1200px) {
  .lc_wrap ul {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .lc_wrap ul {
    display: block;
    width: 80%;
  }
}
.lc_wrap ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 880px) {
  .lc_wrap ul li {
    width: 100%;
    padding: 5%;
  }
  .lc_wrap ul li + li {
    margin-top: 20px;
  }
}
.lc_wrap ul li span.new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100px;
}
@media (max-width: 1200px) {
  .lc_wrap ul li span.new {
    width: 30%;
  }
}
@media (max-width: 880px) {
  .lc_wrap ul li span.new {
    width: 26%;
  }
}
.lc_wrap ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lc_wrap ul li a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.lc_wrap ul li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.lc_wrap ul li div.ttl {
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  .lc_wrap ul li div.ttl {
    font-size: 1.5vw;
  }
}
@media (max-width: 880px) {
  .lc_wrap ul li div.ttl {
    font-size: 5vw;
  }
}
.lc_wrap ul li div.ttl span {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 1.5rem;
}
@media (max-width: 880px) {
  .lc_wrap ul li div.ttl span {
    font-size: 3vw;
  }
}
.lc_wrap ul li div.ttl span::before {
  position: absolute;
  top: -10px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #888888;
}
.lc_wrap ul li div.photo {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.lc_wrap ul li div.photo span {
  position: absolute;
  right: 6px;
  bottom: 5px;
  z-index: 2;
  font-size: 1rem;
}
.lc_wrap ul li:first-child div.ttl, .lc_wrap ul li:nth-child(3) div.ttl, .lc_wrap ul li:nth-child(4) div.ttl {
  padding-top: 26px;
}
@media (max-width: 880px) {
  .lc_wrap ul li:first-child div.ttl, .lc_wrap ul li:nth-child(3) div.ttl, .lc_wrap ul li:nth-child(4) div.ttl {
    padding-top: 0;
  }
}
.lc_wrap ul li.cs {
  position: relative;
  opacity: 0.7;
}
.lc_wrap ul li.cs::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.lc_wrap ul li.cs::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2rem;
  content: "Coming Soon";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .lc_wrap ul li.cs::after {
    font-size: 2.5vw;
  }
}
@media (max-width: 880px) {
  .lc_wrap ul li.cs::after {
    font-size: 4.5vw;
  }
}
.lc_wrap ul li:nth-child(2) div.photo span, .lc_wrap ul li:nth-child(4) div.photo span {
  color: #ffffff;
}

.back,
.entry_btn {
  width: 280px;
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 880px) {
  .back,
  .entry_btn {
    width: 80%;
  }
}
.back a,
.entry_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 640px) {
  .back a,
  .entry_btn a {
    font-size: 4vw;
  }
}
.back a::before,
.entry_btn a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/common/arrow.png");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .back a::before,
  .entry_btn a::before {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.back a:hover::before,
.entry_btn a:hover::before {
  right: 0;
}
.back a,
.entry_btn a {
  background-color: #948144;
}
.back a:hover,
.entry_btn a:hover {
  opacity: 0.8;
}

.entry_btn {
  width: 320px;
  margin: 30px auto 0;
}
@media (max-width: 880px) {
  .entry_btn {
    width: 80%;
  }
}

@media print {
  .main_wrap {
    height: 80px;
  }
  h3 {
    font-size: 2rem;
  }
  .news_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .news_wrap dl dd {
    margin-top: 0;
    margin-left: 10px;
  }
  .lc_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .lc_wrap ul li {
    width: 32%;
    padding: 10px;
  }
  .lc_wrap ul li + li {
    margin-top: 0;
  }
  .lc_wrap ul li div.ttl {
    font-size: 1.8rem;
  }
  .lc_wrap ul li div.ttl span {
    font-size: 1.5rem;
  }
}