@charset "UTF-8";

/*---------------------------------------------------------------*\
$共通
\*---------------------------------------------------------------*/

body {
  min-width: 1100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#enter {
  width: 100%;
  height: 100vh;
  color: #fff;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#enter .wrapper_contents_top {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}
#enter .sub_logo {
  font-size: 1.3rem;
  font-family: "kan415typos-std",sans-serif;
}
#enter .logo {
  width: 240px;
  position: fixed;
  left: calc(50% - 120px);
  right: 0;
  top: calc(50% - 45px);
  transition: all 1s;
}
#enter .logo span {
  font-size: 1.3rem;
  letter-spacing: 0px;
  display: block;
  margin-left: 10px;
  margin-bottom: 12px;
}
#enter .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#enter ul {
  width: 1060px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: flex;
}
#enter ul li.each {
  width: 26%;
  margin-right: auto;
}
#enter ul li.each:last-child {
  margin-right: 0px;
}
#enter li.each h2 {
  font-size: 2rem;
  font-family: "kan415typos-std",sans-serif;
}
#enter li.each p {
  margin-top: 2px;
}
#enter .wrapper_buttons {
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
}
#enter .fa-map-marker,
#enter .fa-home {
  font-size: 2.9rem;
  color: #555;
}
#enter .wrapper_buttons span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #444;
}
#enter .title_tel {
  font-size: 1.2rem;
  color: #666;
  font-family: 'Forum', cursive;
}
#enter .tel_number {
  color: #666;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'Forum', cursive;
}
#enter .home_button {
  width: 50%;
  border: solid 1px #95afa1;
  border-radius: 1px;
  color: #fff !important;
  text-align: center;
  font-size: 1.3rem;
  padding: 18px 0 16px;
  display: block;
}
#enter .color_g {
  border: solid 2px #95b0a1;
}
#enter .color_y {
  border: solid 2px #e0c69c;
}
#enter .color_b {
  border: solid 2px #9cafbb;
}
#enter .color_e {
  border: solid 2px #795548;
}
#enter .map_button {
  width: 50%;
  margin-left: 5%;
  border-radius: 1px;
  color: #666;
  border: dashed 1px #888;
  text-align: center;
  font-size: 1.3rem;
  padding: 18px 0 16px;
  display: block;
}


/*---------------------------------------------------------------*\
$1024px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

  body {
    min-width: inherit;
  }
  #enter ul {
    width: 85%;
  }
  #enter ul li.each {
    width: 30%;
  }
}

/*---------------------------------------------------------------*\
$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  #enter ul {
    margin-top: 230px;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #enter ul li.each {
    width: 40%;
  }
  #enter ul li.each:nth-of-type(2n) {
    margin-right: 0px;
  }
  #enter ul li.each:nth-of-type(3) {
    margin-top: 40px;
  }
}

/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  body {
    background-position: left;
  }
  #enter {
    height: auto;
    background-position: left;
  }
  #enter .wrapper_contents_top {
    padding: 40px 0 45px;
  }
  #enter .logo {
    width: 210px;
    margin-top: 40px;
    position: absolute;
    left: calc(54% - 120px);
    right: 0;
    top: calc(50% - 45px);
    transition: all 1.9s;
  }
  #enter .logo span {
    font-size: 1.2rem;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  #enter .wrapper_buttons {
    margin-top: 0px;
  }
  #enter ul {
    width: 77%;
    margin: 80px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #enter ul li.each {
    width: 100%;
    margin-right: 0px;
    margin-top: 48px;
  }
  #enter ul li.each:nth-of-type(2),
  #enter ul li.each:nth-of-type(3) {
    margin-top: 30px;
  }
  #enter .wrapper_buttons span {
    font-size: 1.2rem;
  }
  #enter .home_button {
    width: 50%;
    margin-top: 10px;
  }
  #enter .map_button {
    width: 50%;
    margin-top: 10px;
  }
}
