@charset "UTF-8";
/* ----------------------------------------------------------------- #01　リセット ------------------------------------------------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

ul {
  list-style: none;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------- #02　基本タグの定義 ------------------------------------------------------------------ */
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

h1,
h2,
h3 {
  font-weight: 100;
}

p {
  text-align: left;
  font-size: 1.3em;
}

span {
  font-size: 1em;
  text-align: left;
}

em,
strong {
  font-style: normal;
  font-weight: 100;
}

a img {
  border-style: none;
  outline: medium none;
}

object {
  border-style: none;
  outline: medium none;
}

a {
  font-size: 1em;
  color: #023461;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
  /* opacity: 0.7; */
}

@media screen and (min-width: 640px) {
  a:hover {
    opacity: 0.7;
  }
}

a:link {
  outline: medium none;
}

a:visited {
  outline: medium none;
}

#wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -----------------------------------------------------------------
#03　Layout
------------------------------------------------------------------ */
#wrapper strong,
#wrapper a,
#wrapper span,
#wrapper img {
  display: block;
}

#wrapper .flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#wrapper .flex div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#wrapper .lpbody {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#wrapper .lpbody div {
  position: relative;
  top: 0;
  left: 0;
}

#wrapper .lpbody div a {
  display: block;
}

#wrapper .lpbody #three-plan-1st {
  margin-top: -13%;
  padding-top: 13%;
}

#wrapper .lpbody .btn1 a {
  position: absolute;
  bottom: 36px;
  left: 20px;
  width: 720px;
}

#wrapper .lpbody .btn2 a,
#wrapper .lpbody .btn3 a {
  position: absolute;
  bottom: 40px;
  left: 62px;
  width: 632px;
}

#wrapper .lpbody .btn4 a {
  position: absolute;
  bottom: 110px;
  left: 62px;
  width: 632px;
}

#wrapper .lpbody #access .map {
  width: 100%;
  margin-top: -6%;
  filter: grayscale(100%);
}

#wrapper .lpbody #access .map iframe {
  display: block;
  width: 680px;
  margin: 0 auto;
}

#wrapper .lpbody #access .detail {
  padding-top: 6%;
}
.gmap {
  display: block;
  background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #a5a5a5;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 24px;
  border-radius: 4px;
  width: 50%;
  margin: 3% auto 0;
}

.gmap a {
  font-size: 1.6em;
  text-align: center;
}

footer img {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #wrapper .lpbody .btn1 a {
    bottom: 4.8vw;
    left: 3%;
    width: 96%;
  }

  #wrapper .lpbody .btn2 a,
  #wrapper .lpbody .btn3 a {
    bottom: 5.2vw;
    left: 8%;
    width: 84.3%;
  }

  #wrapper .lpbody .btn4 a {
    bottom: 14.6vw;
    left: 8%;
    width: 84.3%;
  }

  #wrapper .lpbody #access .map iframe {
    width: 91vw;
    height: 73vw;
  }

  .mt-1 {
    margin-top: -1px;
  }
}
