@charset "UTF-8";
/* ===================================
Login
=================================== */
.article {
  padding-top: 135px;
}

.ti {
  display: inline-block;
  text-indent: -0.5em;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .ti {
    display: inline;
    text-indent: 0;
  }
}
@media only screen and (max-width: 640px) {
  .article {
    padding-top: 50px;
  }

  .fot_bnr_Area {
    margin: 40px auto 30px;
  }
}
.breadcrumb li {
  color: #000;
}

.breadcrumb li a {
  color: #000;
}

@media only screen and (max-width: 640px) {
  .breadcrumb {
    position: static;
    margin-top: 10px;
  }
}
.page-login {
  font-family: "リュウミン M-KL";
}
.page-login .wrap {
  max-width: 820px;
}

.login-block {
  background: #f0ece9;
  margin-top: 60px;
  padding: 40px 50px;
}
.login-block h1 {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.2em;
  line-height: 47px;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.login-block .lead {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .login-block {
    margin-top: 10px;
    padding: 12px 10px;
  }
  .login-block h1 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    letter-spacing: 0.025em;
  }
  .login-block .lead {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

.login {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.login .text {
  font-family: "Cormorant Unicase", serif;
}
.login li.text {
  font-family: "リュウミン M-KL";
  font-size: 18px;
  width: 128px;
}
.login li.input {
  width: calc(100% - 338px);
  margin-right: 10px;
}
body:not(.smf) .login li.input:hover .button {
  opacity: 0.7;
}
.login li input {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  font-size: 16px;
  background: #fff;
}
.login li input::placeholder {
  color: #999;
}
.login li input:-ms-input-placeholder {
  color: #999;
}
.login li input::-ms-input-placeholder {
  color: #999;
}
.login li.button {
  width: 200px;
}
.login li .arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7a282c;
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  letter-spacing: 0.15em;
  width: 100%;
  height: 44px;
  border: none;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  cursor: default;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login li .arrow-wrap .btn-in {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  font-weight: bold;
}
.login li .arrow-wrap .arrow {
  right: 0px;
  bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .login {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .login li.text {
    font-size: 14px;
    width: 106px;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .login li.input {
    width: calc(100% - 116px);
    margin-right: 0px;
    margin-left: 10px;
  }
  .login li.button {
    margin-top: 10px;
    width: 100%;
  }
  .login li .arrow-wrap {
    height: 60px;
    font-size: 14px;
  }
  .login li .arrow-wrap .btn-in {
    width: 100%;
  }
  .login li .arrow-wrap .arrow {
    width: 30px;
    right: 30px;
    left: auto;
  }
}

.entry-block {
  margin: 50px 0 40px;
  text-align: center;
}
.entry-block .text {
  font-size: 18px;
}
.entry-block .text span {
  display: inline-block;
  line-height: 1;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 25px;
  position: relative;
}
.entry-block .text span:before, .entry-block .text span:after {
  content: "";
  background: #000;
  width: 1px;
  height: 8px;
  position: absolute;
  bottom: 0;
}
.entry-block .text span:before {
  left: -4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.entry-block .text span:after {
  right: -4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-block a.entry {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #FFF;
  width: 100%;
  max-width: 466px;
  margin: 20px auto 0;
  padding: 20px 0;
  line-height: 1;
}
.entry-block a.entry .btn-in {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.entry-block a.entry .btn-in .arrow {
  right: 0;
  bottom: 3px;
}
.entry-block a.entry .jp {
  font-size: 24px;
  letter-spacing: 0.25em;
}
.entry-block a.entry .en {
  margin-top: 15px;
  font-size: 14px;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry-block {
    margin: 10px 0 20px;
    padding: 0 10px;
  }
  .entry-block .text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .entry-block .text span {
    padding: 0 12px;
  }
  .entry-block a.entry {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #FFF;
    width: 100%;
    max-width: 466px;
    margin: 10px auto 0;
    padding: 15px 0;
    line-height: 1;
  }
  .entry-block a.entry .btn-in {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    position: relative;
  }
  .entry-block a.entry .btn-in .arrow {
    left: auto;
    right: 30px;
    bottom: 3px;
  }
  .entry-block a.entry .jp {
    font-size: 18px;
  }
  .entry-block a.entry .en {
    margin-top: 10px;
    font-size: 12px;
    font-family: "Cormorant Unicase", serif;
    font-weight: bold;
  }
}

.point-block {
  background: #f0ece9;
  padding: 40px 50px;
}
.point-block h2 {
  font-size: 30px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  line-height: 47px;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.point-block ul {
  display: flex;
  justify-content: space-between;
}
.point-block ul li {
  width: 48.61%;
}
.point-block ul .num {
  display: flex;
  border-bottom: 1px dashed #333;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.point-block ul .num__p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #FFF;
  width: 120px;
  height: 30px;
  font-size: 18px;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
  line-height: 18px;
}
.point-block ul .num__p p {
  padding-bottom: 2px;
}
.point-block ul .num__p span {
  font-size: 24px;
}
.point-block ul .num__t {
  width: calc(100% - 120px);
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.point-block ul .text {
  font-size: 14px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .point-block ul .text {
    letter-spacing: 0;
  }
}
.point-block ul .point {
  font-size: 14px;
  letter-spacing: 0;
  overflow: hidden;
  margin-top: 20px;
}
.point-block ul .point:nth-of-type(1) {
  margin-top: 0;
}
.point-block ul .point dt {
  float: left;
  margin-right: 5px;
  line-height: 18px;
  padding-top: 4px;
}
.point-block ul .point dt span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #333;
  color: #FFF;
  line-height: 1;
  text-align: center;
  line-height: 18px;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .point-block ul .point dt {
    margin-top: 4px;
  }
}
.point-block ul .point dd {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point-block {
    padding: 20px 10px;
  }
  .point-block h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .point-block ul {
    display: block;
  }
  .point-block ul li {
    width: 100%;
    margin-top: 40px;
  }
  .point-block ul li:first-child {
    margin-top: 0;
  }
  .point-block ul .num {
    display: flex;
    border-bottom: 1px dashed #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .point-block ul .num__p {
    color: #FFF;
    width: 110px;
    height: 22px;
    font-size: 14px;
    line-height: 14px;
  }
  .point-block ul .num__p p {
    padding-bottom: 2px;
  }
  .point-block ul .num__p span {
    font-size: 20px;
  }
  .point-block ul .num__t {
    width: calc(100% - 110px);
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .point-block ul .text {
    font-size: 12px;
    letter-spacing: 0;
  }
  .point-block ul .point {
    font-size: 12px;
    letter-spacing: -0.075em;
    overflow: hidden;
    margin-top: 10px;
  }
  .point-block ul .point:nth-of-type(1) {
    margin-top: 0;
  }
  .point-block ul .point dt {
    float: left;
    margin-right: 5px;
  }
  .point-block ul .point dt span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .point-block ul .point dd {
    overflow: hidden;
  }
}

.merit-block {
  background: #f0ece9;
  margin-top: 30px;
  position: relative;
}
.merit-block img {
  width: 42.12%;
  position: absolute;
  right: 0;
  top: 0;
}
.merit-block h2 {
  background: #333;
  color: #FFF;
  padding: 5px 0;
  font-size: 30px;
  line-height: 1;
}
.merit-block h2 p {
  padding: 10px 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.merit-block .text {
  padding: 20px 50px;
}
.merit-block dl {
  width: 55.55%;
  overflow: hidden;
  line-height: 28px;
  margin-top: 15px;
}
.merit-block dl:nth-of-type(1) {
  margin-top: 0;
}
.merit-block dl dt {
  float: left;
  margin-right: 5px;
}
.merit-block dl dd {
  overflow: hidden;
  font-size: 18px;
}
.merit-block dl dd .red {
  color: #7a282c;
}
@media only screen and (max-width: 767px) {
  .merit-block {
    padding-bottom: 10px;
  }
  .merit-block img {
    width: 96%;
    position: static;
    margin-left: 2%;
  }
  .merit-block h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .merit-block h2 p {
    padding: 12px 10px 14px 20px;
  }
  .merit-block .text {
    padding: 20px 10px;
  }
  .merit-block dl {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    margin-top: 10px;
  }
  .merit-block dl dt {
    float: left;
    margin-right: 5px;
  }
  .merit-block dl dd {
    font-size: 14px;
  }
}

.login-bottom {
  position: relative;
}
.login-bottom img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .login-bottom {
    margin-top: 20px;
  }
}
/*メンバーページスタイル*/
.font-min {
  font-family: "リュウミン M-KL";
}
.contents.limited {
  margin-top: 100px;
}
.page-header h2 {
  font-size: 50px;
  text-align: center;
  font-family: "リュウミン M-KL";
  line-height: 1;
}
.page-header h2 span {
  display: block;
}
.page-header h2 span.en {
  margin-bottom: 15px;
}
.page-header h2 span.ja {
  font-size: 18px;
  color: #808080;
}
.page-header >p {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.page-conte {
  margin-top: 50px;
}
#mov {
  padding-top: 120px;
  margin-top: -100px;
}
#mr {
  padding-top: 100px;
  margin-top: -100px;
}
#lp {
  padding-top: 100px;
  margin-top: -100px;
}
/*#leaf {
  padding-top: 100px;
  margin-top: -100px;
}*/
.res-conte {
  background-color: #f0ece9;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.res-conte .res-left p {
  text-align: center;
}
.res-conte .res-right a {
  display: block;
  text-align: center;
  width: 240px;
  background-color: #333;
  color: #ffffe8;
  padding: 20px 40px;
  font-size: 18px;
  font-family: "リュウミン M-KL";
  border-radius: 3px;
}
.res-conte .res-right a .fas {
  margin-right: 10px;
}
.res-conte .res-right a:hover {
  transition: .3s;
  background-color: #848484;
}
.limit-link {
  margin-bottom: 80px;
}
.limit-link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.limit-link ul li {
  width: 24%;
}
.limit-link ul li a {
  display: block;
  background-color: #333;
  color: #ffffe8;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  border-radius: 5px;
  font-family: "リュウミン M-KL";
}
.limit-link ul li a:hover {
  background-color: #848484;
}
.limit-link ul li a span {
  display: block;
}
.limit-link ul li a span.en {
  font-size: 20px;
  margin-bottom: 6px;
}
.limit-link ul li a span.ja {
  font-size: 12px;
}
.page-ttl h2 {
  font-size: 42px;
  text-align: center;
  font-family: "リュウミン M-KL";
  line-height: 1;
  margin-bottom: 30px;
}
.page-ttl >p {
  text-align: center;
  margin-bottom: 20px;
}
.col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col2 .thumb {
  width: 60%;
}
.col2 .thumb img {
  width: 100%;
}
.col2 .txt {
  width: 35%;
  padding: 20px;
}
.col2 .txt h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
.col2 .txt p {
  text-align: center;
  font-family: "リュウミン M-KL";
}
.thumb-right {
  margin-top: 30px;
}
.thumb-right .thumb p {
  text-align: center;
}
.thumb-right .thumb {
  background-color: #f0ece9;
  padding-bottom: 30px;
}
.thumb-right .thumb .plan-thumb {
  width: 60%;
}
.thumb-right .thumb .plan-ttl {
  font-family: adobe-garamond-pro, serif;
  font-size: 24px;
}
.thumb-right .thumb .plan-ttl .plan-name {
  font-size: 200%;
}
.thumb-right .thumb .plan-link a {
  display: block;
  text-align: center;
  background-color: #333;
  color: #fff;
  width: 60%;
  margin: 20px auto 0;
  padding: 20px 0;
  font-size: 18px;
  font-family: "リュウミン M-KL";
}
.thumb-right .thumb .plan-link a:hover {
 background-color: #848484; 
}
.thumb-right .thumb .plan-link a .fas {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .thumb-right .thumb {
    padding: 30px 15px 40px 15px;
  }
  .thumb-right .thumb .plan-thumb {
    width: 100%;
  }
  .thumb-right .thumb .plan-link a {
    width: 100%;
  }
}

.mov-conte {
  margin-bottom: 60px;
}
.mov-conte iframe {
  height: 480px;
}

.leaf-btn {
    margin: 40px 0 80px 0;
    background-color: #f0ece9;
    /*  padding: 30px 0 40px 0;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.leaf-btn-left{
    width: 50%;
}

.leaf-btn-right{
    width: 50%;
    padding: 20px;
}

.leaf-btn-right img {
        width: 100%;
}


.leaf-btn h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.leaf-btn p {
  text-align: center;
  font-family: "リュウミン M-KL";
}
.leaf-btn a {
  display: block;
  text-align: center;
  background-color: #333;
  color: #fff;
  width: 300px;
  margin: 20px auto 0;
  padding: 20px 0;
  font-size: 18px;
  font-family: "リュウミン M-KL";
}
.leaf-btn a:hover {
  background-color: #848484;
}
.leaf-btn a .fas {
  margin-right: 10px;
}
.bar {
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .mov-conte iframe {
    height: 300px;
  }
  .page-header h2 {
    font-size: 42px;
  }
  .res-conte {
    flex-wrap: wrap;
    padding: 30px 15px;
    justify-content: center;
  }
  .res-conte .res-right {
    width: 100%;
  }
  .res-conte .res-right a {
    width: 100%;
    margin: 20px 0 0 0;
    box-sizing: border-box;
  }
  .limit-link ul {
    flex-wrap: wrap;
  }
  .limit-link ul li {
    width: 100%;
  }
  .limit-link ul li + li {
    margin-top: 15px;
  }
  .page-ttl h2 {
    font-size: 36px;
  }
  .col2 {
    flex-wrap: wrap;
  }
  .col2.thumb-left {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .col2 .thumb {
    width: 100%;
  }
  .col2 .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 20px;
  }
  .col2 .txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .leaf-btn {
    padding: 30px 15px 40px 15px; 
    display: block;
  }
    
    .leaf-btn-left{
    width: 100%;
}

.leaf-btn-right{
    width: 100%;
    padding: 20px 0;
}
    
  .leaf-btn h2 {
    font-size: 28px;
  }
  .leaf-btn a {
    width: 100%;
  }
  .bar {
    margin: 60px 0;
  }
}