@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #F8F5E6;
  background-color: #7E6551;
  /*font-weight: 200;*/
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.strong_tex {
  font-size: 15px;
  color: #F8F5E6;
  font-weight: 600;
}

.innerWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 135px 20px 0;
  max-width: 100%;
  box-sizing: border-box;
}

/* header */

header {
  background: url(../_images_new/index/s-2_DEARS25.png) no-repeat center center / cover;
}

.hero_log {
  padding-bottom: 100px;
}




.hero_title {
  font-family: "Shippori Mincho", serif;
  font-size: 27px;
  color: #F8F5E6;
  margin-bottom: 38px;
  position: relative;
  display: inline-block;
}

.hero_title::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 3em;
  height: 3px;
  background: #B20611;
}

/* アクセス */

.access-sec .layout-wrap {
  display: flex;
}

.layout-wrap {
  justify-content: center;
  padding-bottom: 135px;
}

.card_type {
  margin: 20px;
}

.sns_type {
  margin: 20px;
}

.card_type img {
  width: 300px;
  height: auto;
  margin-top: 27px;
  max-width: 100%;
}

.sns_type img {
  width: 300px;
  height: auto;
  margin-top: 27px;
  margin-bottom: 27px;
  max-width: 100%;
}

.sns_ID {
  margin-top: 30px;
}

/* ログイン */

.log_sec {
  background-color: #937B67;
  padding-bottom: 120px;
}

.login-form {
  width: 350px;
  margin: 50px auto;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.login-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.login-form input {
  width: 100%;
  max-width: 300px;
  padding: 8px;
  margin-bottom: 16px;
  background: #fff;
  box-sizing: border-box;
}

button {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  background: #ECD7AC;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
   margin-top: 30px;
}

.login-form input[type="text"] {
  color: #000;
}






/* RESPONSIVE STYLES - タブレット対応 */

@media (max-width: 1024px) {


  .innerWrap {
    width: 100%;
    padding: 100px 30px 0;
  }
  
  .layout-wrap {
    padding-bottom: 100px;
  }
  
  .card_type,
  .sns_type {
    margin: 15px;
  }
  
  .card_type img,
  .sns_type img {
    width: 250px;
  }
  
  .log_sec {
    padding-bottom: 100px;
  }
}

.hero_title::before {
    width: 3em;
  }


/* RESPONSIVE STYLES - スマートフォン対応 */

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .innerWrap {
    width: 100%;
    padding: 80px 15px 0;
  }
  


.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}





  /* ヒーローセクション */
   .hero_log {
    /*margin: 0 0 20px 0; */
    margin:auto auto 60px;
   }

    .hero_log img {
    width: 180px; 
    }

  .hero_title {
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
  }
  
 .hero_title::before {
    width: 3.2em; 
    height: 2px; 
    top: -80%; 
  }


  /* アクセスセクション */
  .access-sec .layout-wrap {
    display: block;
  }
  
  .layout-wrap {
    padding-bottom: 80px;
  }
  
  .card_type,
  .sns_type {
    margin: 10px auto;
    max-width: 280px;
  }
  
  .card_type img,
  .sns_type img {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
  }
  
  .sns_type img {
    margin-bottom: 20px;
  }
  
  .sns_ID {
    margin-top: 20px;
  }
  
  /* ログインセクション */
  .log_sec {
    padding-bottom: 80px;
  }
  
  .login-form {
    width: 90%;
    max-width: 320px;
    margin: 30px auto;
    padding: 15px;
  }
  
  .login-form input {
    padding: 10px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  
  button {
    padding: 12px;
    font-size: 15px;
  }
  
}

/*RESPONSIVE STYLES -*/

@media (max-width: 480px) {
  .innerWrap {
    padding: 60px 10px 0;
  }
  
  .hero_title {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  
 .hero_title::before {
    width: 3.5em;
    height: 2px;
    top: -35%;
  }
  
  .hero_log {
    padding-bottom: 40px;
  }
  
  .layout-wrap {
    padding-bottom: 60px;
  }
  
  .card_type,
  .sns_type {
    margin: 8px auto;
    max-width: 250px;
  }
  
  .card_type img,
  .sns_type img {
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
  }
  
  .sns_type img {
    margin-bottom: 15px;
  }
  
  .sns_ID {
    margin-top: 15px;
  }
  
  .log_sec {
    padding-bottom: 60px;
  }
  
  .login-form {
    width: 95%;
    padding: 12px;
    margin: 20px auto;
  }
  
  .login-form input {
    padding: 8px;
    font-size: 13px;
  }
  
  button {
    padding: 10px;
    font-size: 14px;
  }
  
 
}

/*  RESPONSIVE STYLES -  */

@media (max-width: 390px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .innerWrap {
    width: 100%;
    padding: 50px 8px 0;
  }
  
  .hero_title {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  
.hero_title::before {
    width: 4em;
    height: 1px;
    top: -30%;
}

  
  .hero_log {
    padding-bottom: 30px;
  }
  
  .access-sec .layout-wrap {
    display: block;
  }
  
  .layout-wrap {
    padding-bottom: 40px;
  }
  
  .card_type,
  .sns_type {
    margin: 5px auto 80px;
    max-width: 250px;
  }
  
  .card_type img,
  .sns_type img {
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
  }
  
  .sns_type img {
    margin-bottom: 10px;
  }
  
  .sns_ID {
    margin-top: 10px;
  }
  
  .log_sec {
    padding-bottom: 40px;
  }
  
  .login-form {
    width: 98%;
    padding: 10px;
    margin: 15px auto;
  }
  
  .login-form label {
    margin-bottom: 4px;
    font-size: 13px;
  }
  
  .login-form input {
    padding: 6px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  button {
    padding: 8px;
    font-size: 13px;
  }
  
}


