@charset "UTF-8";

.inner_850 {
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.inner_1060 {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto;
}

.all_Wrap {
  /*  background: url("../img/login/bg.jpg") center top no-repeat;*/
  background: url("../img/login/bg.jpg") center top no-repeat;
  background-size: cover;
}

#title_Box {
  width: 100%;
  margin-top: 83px;
  padding: 100px 0;
}

.page_Ttl {
  color: #fff;
  font-size: 160px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}

.page_Ttl span {
  color: #000;
  font-size: 72%;
}

#title_Box p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em 0 0;
}



.contents {
  padding: 0 0 100px;

}

.contents_Area {
  width: 1200px;
  max-width: 90%;
  color: #fff;
  margin: 20px auto 0;
  padding-bottom: 100px;
}

.contents_Area h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 40px;
  font-family: 'Oswald', sans-serif;
}

.contents_Area h5 {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-bottom: 50px;
}

.contents_Area ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: 'Oswald', sans-serif;
}

.contents_Area li {
  width: 31%;
  margin: 0 40px 50px;
  text-align: center;
}

/* coming_soon */
.contents_Area li.coming_soon {
  opacity: 0.5;
}

.contents_Area li.coming_soon a {
  pointer-events: none;
  cursor: default;
}

.contents_Area h4 {
  font-size: 24px;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  color: #fff;
}

.contents_Area .cap_Txt {
  font-family: "游明朝 Medium", YuMincho Medium, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.06em;
}

.contents_Area h4 .viewmore {}

.contents_Area a {
  display: block;
}

.contents_Area a>div {
  position: relative;
}

.contents_Area a .viewmore {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #082967;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 10px 0px;
  transition: 0.3s;
  z-index: 2;
}

#info_contact_Wrap {
  justify-content: flex-start;
  align-items: flex-start;
}

.info_Block {
  width: 50%;
  margin-right: 20px;
  color: #fff;
}

.info_Block h3 {
  display: block;
  margin-bottom: 20px;
  padding: 0 0 10px 5px;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

.info_Block .info_List>li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 14px;
}

.info_Block .info_List span {
  margin-right: 1em;
  line-height: 1.6;
}

.info_Block .info_List p {
  line-height: 1.6;
}

.info_Block .info_List a {
  color: #fff;
}

.contact_Area {
  width: calc(100% - (50% + 20px));
}

.contact_Block {
  margin-bottom: 50px;
  text-align: center;
}

.contact_Area .contact_Block {
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #e6e6e7;
}

.contact_Block h3 {
  font-size: 16px;
  line-height: 1.5;
}

.contact_Block>a {
  display: flex;
  justify-content: center;
  margin: 10px auto 5px;
  font-size: 60px;
  font-feature-settings: 'palt';
}

.contact_Block .hours {
  font-size: 12px;
  line-height: 1.5;
}

/* sec01
--------------------------- */
.sec01 {
  /* margin: 0 auto; */
  padding: 0 0 100px;
  text-align: center;
}

.sec01 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}

.sec01 .limited_Box {
  max-width: 700px;
  margin: 0 auto 30px;
}

.sec01 .limited_Box .ttl {
  background: url("../img/login/login_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 30px 30px;
}

.sec01 .limited_Box h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}

.input_Area {
  background: #082967;
  padding: 60px 30px;
}

.input_Area p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

/* login */
.input_Area form {
  padding-right: 0px;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.input_Area input[value] {
  border-radius: 0px !important;
  -webkit-appearance: none;
}

.input_Area input[placeholder] {
  border-radius: 0px !important;
  -webkit-appearance: none;
}

.input_Area input::placeholder {
  color: #ddd;
}

.input_Area input[placeholder]:hover {}

.input_Area input.password {
  width: 75%;
  height: 55px;
  color: #000;
  font-size: 18px;
  /*line-height: 0;*/
  padding: 2%;
  background-color: #fff;
  border: none;
}

.input_Area input.btn {
  width: 15%;
  height: 55px;
  color: #000;
  font-size: 18px;
  line-height: 0;
  padding: 0;
  border: none;
  background: url("../img/login/btn_bg.jpg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0px !important;
  text-align: center;
}

.input_Area .btn:hover {
  opacity: 0.7;
}

.err_text {
  color: #FFF;
  margin: 10px 40px 0;
  background: #d70000;
  text-align: center;
  line-height: 2;
}

.property_entry {}

.property_entry a {
  display: block;
  width: 500px;
  margin: 0 auto;
  background: #004f7a;
  border-radius: 9999px;
  padding: 20px 0;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.16em;
}

.bnr_area.fd {
  display: none;
}

.tab_sp {
  display: none;
}

/*休業告知*/
.info_Block .rest_text {
  color: #fff;
  border: 2px solid #fff;
}


/* -------------------------------
  調整
------------------------------- */
@media only screen and (min-width: 831px) and (max-width: 1350px) {

  .tab_sp {
    display: block;
  }

}


/* -------------------------------
  SP
------------------------------- */
@media only screen and (max-width: 830px) {

  .tab_sp {
    display: block;
  }

  .inner_1000,
  .inner_1060 {
    width: 88%;
  }

  #title_Box {
    width: 100%;
    margin-top: 83px;
    padding: 50px 0;
  }

  .page_Ttl {
    /*    font-size: 86px;*/
    font-size: 70px;
    margin: 0 auto 10px;
  }

  #title_Box p {
    font-size: 16px;
  }

  .contents {
    padding: 0 0 50px;
  }


  /* sec01
  --------------------------- */
  /* sec01
  --------------------------- */
  .sec01 {
    padding: 0 0 50px;
  }

  .sec01 p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 10px;
  }

  .sec01 .limited_Box {
    max-width: 94%;
    margin: 0 auto 30px;
  }

  .sec01 .limited_Box .ttl {
    padding: 60px 30px 30px;
  }

  .sec01 .limited_Box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 auto 10px;
  }

  .contents_Area h5 {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .input_Area {
    padding: 30px 30px;
  }

  .input_Area p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
  }

  /* login */
  .err_text {
    margin: 10px 20px 0;
    text-align: center;
    line-height: 2;
  }

  .input_Area input.password {
    width: 70%;
  }

  .input_Area input.btn {
    width: 25%;
    font-size: 0.9em;
  }

  .property_entry a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
  }

  .contents_Area {
    margin: 0 auto 0;
  }

  .contents_Area ul {}

  .contents_Area li {
    width: 100%;
    margin: 0 auto 30px
  }

  #info_contact_Wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .info_Block {
    width: 100%;
    margin: 0 auto 20px;
  }

  .info_Block h3 {
    font-size: 20px;
  }

  .contact_Area {
    width: 100%;
  }

  .contact_Area .contact_Block {
    padding: 20px 0;
  }

  .contact_Block h3 {
    font-size: 14px;
  }

  .contact_Block>a {
    font-size: 36px;
  }

  .contact_Block .hours {
    font-size: 11px;
    line-height: 1.5;
  }

  #sp_Menu>li {
    width: calc(100% / 2);
    border-right: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 750px) and (max-width: 830px) {}