.login-form {
    width: 100%;
    height: 90vh;
    min-height: 500px;
    background-image:  url('../img/login/login-bg.jpg');
    background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    color: #fff;
    text-align: center;
    padding-top: 4rem;
    box-sizing: border-box;
}

.login-title{
    width: 100%;
}
.mv_inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv_title {
  font-size: 3.5rem;
    font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: normal;
}

.mv_content {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.title-line{
    height: 120px;
    width: 1px;
    background-color: #fff;
    margin: 2rem auto;
}


/* フォーム部分 */
#form1 {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

#form1 input[type="text"] {
  width: 280px;
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  font-size: 1rem;
}

#form1 button {
  padding: 1rem 1.5rem;
  border: none;
  background-color: #8b7758;
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#form1 button:hover {
  background-color: #a08b6b;
}


.entry-sec{
    width: 100%;
    padding: 5rem 1rem;
    background-color: #f4f4f4;
    box-sizing: border-box;
}

.entry-sec .container{
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
}

.entry-sec .container h3{
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.entry-sec .container .lead{
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 2;
    padding: 2rem 0;
    text-align: left;
}

.entry-sec .btn_detail {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    background: #9b8a6e;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    font-size: 1rem;
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}

.entry-sec .btn_detail::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 5px solid #9b8a6e;
}

@media(max-width:767px){
.login-form {
    width: 100%;
    height: 95vh;
    min-height:none;
    background-image:  url('../img/login/login-bg-sp.jpg');
    padding-top: 5rem;
}
.mv_content{
    font-size:0.8rem;
     letter-spacing: 0.05rem;
}
.title-line{
    height: 80px;
    width: 1px;
    background-color: #fff;
    margin: 2rem auto;
}
.login-form .lead{
    font-size: 0.8rem;
}
/* フォーム部分 */
#form1 {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

#form1 input[type="text"] {
  width: 220px;
  padding: 0.5rem 0.6rem;
  font-size: 0.8rem;
}

#form1 button {
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
}

.entry-sec{
    width: 100%;
    padding: 3rem 1rem;
    background-color: #f4f4f4;
}

.entry-sec .container{
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
}

.entry-sec .container h3{
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.entry-sec .container .lead{
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    line-height: 2;
    padding: 1rem 0;
    text-align: left;
}

.entry-sec .btn_detail {
    width: 80%;
    max-width: 300px;

}


}