@CHARSET "UTF-8";

@media screen and (max-width: 480px) {
  body {

    /*左から ロゴ、コピーライト、建物群、横棒、PC類、背景 */
    background:url("../img/login_logo-4c391edd2cedcea1142ec08314723cf5.png"), url("../img/login_town-885d25b2aa9fcaa2624350eab0d24c20.png"), url("../img/login_background-af88feacd5538c000118086516dded4e.png");
    background-size: 270px auto, 100% auto, cover;
    background-repeat: no-repeat;
    background-attachment:fixed,fixed,fixed;
    background-position: 8% 7%, center bottom,center;
  }

  .login-form-area {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 340px;
  }

  .card {
    background-color: #FDFDFC;
    border-color: #E9D3B7;
    border-width: medium;
  }

  .form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
    padding: 0px .7rem;
  }

}
@media screen and (min-width: 481px) {
  body {
    /*左から ロゴ、コピーライト、建物群、横棒、PC類、背景 */
    background:url("../img/login_logo-4c391edd2cedcea1142ec08314723cf5.png"), url("../img/login_town-885d25b2aa9fcaa2624350eab0d24c20.png"), url("../img/login_line-2e1721533f96ae76a788bfeb24d8f327.png"), url("../img/login_illust-63fb31ae8f43fc8a6c654d44ed1685f0.png") , url("../img/login_background-af88feacd5538c000118086516dded4e.png");
    background-size: 370px auto, 100% auto, 60% auto, 50% auto, cover;
    background-repeat: no-repeat;
    background-attachment:fixed,fixed,fixed,fixed,fixed;
    background-position: 5% 3%, center bottom,30% 31%, right 65%,center;
  }

  .login-form-area {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 380px;
  }

  .card {
    background-color: #FDFDFC;
    height: 320px;
    border-color: #E9D3B7;
    border-width: medium;
  }

}

@media screen and (min-width: 1024px) {
  body {
    /*左から ロゴ、コピーライト、建物群、横棒、PC類、背景 */
    background:url("../img/login_logo-4c391edd2cedcea1142ec08314723cf5.png"), url("../img/login_town-885d25b2aa9fcaa2624350eab0d24c20.png"), url("../img/login_line-2e1721533f96ae76a788bfeb24d8f327.png"), url("../img/login_illust-63fb31ae8f43fc8a6c654d44ed1685f0.png") , url("../img/login_background-af88feacd5538c000118086516dded4e.png");
    background-size: 370px auto, 100% auto, auto, 50% auto, cover;
    background-repeat: no-repeat;
    background-attachment:fixed,fixed,fixed,fixed,fixed;
    background-position: 5% 3%, center bottom,30% 31%,right 68%,center;
  }
  
  .login-form-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 200px;
    left: 0; 
    margin: auto; 
    width: 383px;
    height: 320px;
    background-color: #f4ead7;
    transform: initial;
    -webkit-transform: initial;
    max-width: initial;
  }
  
  .card {
    background-color: #FDFDFC;
    height: 320px;
    border-color: #E9D3B7;
    border-width: medium;
  }

}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  padding: 0px .7rem;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 1.4em 0 1em 0;
  width: 100%;
}

.button-panel .button {
  background: #E57547;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #a93d0e;
}
.modal-dialog {
  max-width: 550px !important;
}