/*--------------------------------------
	key
--------------------------------------*/
section {
  z-index: 1;
  position: relative;
}

#key {
  background: url("../img/access/key.jpg") no-repeat center/cover;
}

#sec1 {
  padding: 20% 0 15%;
  position: relative;
  z-index: 1;
}

#sec1:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/sec1_deco.png") no-repeat center top/100% auto;
  width: 75%;
  height: 70vw;
  position: absolute;
  top: -2%;
  right: -13%;
}

#sec1 h2 {
  text-align: center;
}

#sec1 .info {
  margin-top: 8%;
  padding: 0 5%;
}

#sec1 .info dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  line-height: 1.8;
}

#sec1 .info dl span {
  display: inline-block;
}

#sec1 .info dt {
  width: 30%;
}

#sec1 .info dd {
  width: 65%;
}

#sec1 .info .tel {
  line-height: 1.5;
  font-size: 17px;
  letter-spacing: 0.1em;
}

#sec1 .box2 {
  margin: 10% 5% 0;
  border: 1px solid currentColor;
  padding: 15px 5% 20px;
}

#sec1 .box2 dt {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sec1 .info dt {
    width: 180px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 115px 0 80px;
  }
  #sec1:before {
    top: -71px;
    right: 0;
    width: 750px;
    height: 540px;
  }
  #sec1 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  #sec1 .box2 {
    width: 617px;
    margin: 38px 0 0;
    padding: 23px 15px 26px;
  }
  #sec1 .box2 dt {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
  }
  #sec1 .box2 dd {
    text-align: center;
  }
  #sec1 .info {
    width: 680px;
    padding: 0;
    margin: 52px 0 0;
  }
  #sec1 .info dl {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  #sec1 .info dt {
    width: 180px;
    letter-spacing: 0.08em;
  }
  #sec1 .info dd {
    width: calc(100% - 205px);
  }
  #sec1 .info .tel {
    font-size: 22px;
    margin-bottom: -8px;
  }
  #sec1 .img {
    position: absolute;
    right: 0;
    top: 130px;
  }
  #sec1 .img img {
    -webkit-box-shadow: 6px 12px 50px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 12px 50px 6px rgba(0, 0, 0, 0.15);
  }
  #sec1 .img:before {
    content: "";
    width: 1px;
    background: #78000b;
    height: 805px;
    z-index: 1;
    position: absolute;
    top: -150px;
    right: 12px;
  }
}

#map {
  position: relative;
  padding-bottom: 10%;
}

#map .btn-group {
  width: 80%;
  margin: 10% auto 0;
}

#map:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/map_deco.png") no-repeat left bottom/100% auto;
  width: 40%;
  height: 40vw;
  position: absolute;
  top: 480px;
  left: -10%;
}

@media only screen and (min-width: 768px) {
  #map {
    padding-bottom: 100px;
  }
  #map:before {
    left: 0;
    top: 500px;
    width: 375px;
    height: 267px;
    background-position: left top;
  }
  #map #gmap {
    height: 500px;
  }
  #map .btn-group {
    width: 750px;
    margin-top: 30px;
  }
  #map .btn-group .col1 {
    float: left;
  }
  #map .btn-group .col2 {
    float: right;
  }
  #map .print {
    margin-left: 27px;
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  #map .copy {
    -webkit-transition: none;
    transition: none;
    line-height: 1;
    display: block;
  }
  #map .copy:hover {
    opacity: 1;
    background: url("../img/access/map_btn2_on.png") no-repeat center;
  }
  #map .copy:hover img {
    opacity: 0;
  }
  #map .copy.copied:hover {
    background: transparent;
  }
  #map .copy.copied:hover img {
    opacity: 1;
  }
}

#sec2 {
  position: relative;
}

#sec2:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/sec2_deco1.png") no-repeat right top/100% auto;
  width: 35%;
  height: 50vw;
  position: absolute;
  top: 25%;
  right: 0;
}

#sec2 h2 {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 7vw;
  position: relative;
}

#sec2 h2 small {
  font-size: 80%;
}

#sec2 h2:before {
  content: "";
  background: #78000b;
  height: 1px;
  width: 94%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec2 .txt {
  margin-top: 3%;
  padding: 0 8%;
}

#sec2 .img-box {
  position: relative;
  width: 90%;
  padding: 0 10% 20% 0;
  margin: 10% auto 0;
}

#sec2 .img-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/access/sec2_deco2.png") no-repeat top center/110% auto;
}

#sec2 .img-box .img1 {
  z-index: 1;
  width: 30%;
  top: 5vw;
  right: 0;
  position: absolute;
}

#sec2 .img-box img {
  -webkit-box-shadow: 6px 12px 50px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 12px 50px 6px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding-top: 78px;
  }
  #sec2:before {
    top: -168px;
    width: 400px;
    height: 483px;
    background-size: auto auto;
  }
  #sec2 h2 {
    text-align: left;
    font-size: 46px;
    padding-left: 60px;
    line-height: 1.6;
  }
  #sec2 h2:before {
    width: 625px;
  }
  #sec2 h2 small {
    font-size: 36px;
  }
  #sec2 .txt {
    font-size: 15px;
    line-height: 28px;
    padding: 0 0 0 65px;
    margin-top: 23px;
  }
  #sec2 .txt-box {
    width: 650px;
  }
  #sec2 .img-box {
    max-width: 100%;
    width: 1000px;
    padding: 0 0 60px 0;
    margin: 85px auto 0;
  }
  #sec2 .img-box:before {
    background-size: auto auto;
    height: 500px;
  }
  #sec2 .img-box .img1 {
    right: 0;
    top: -280px;
    width: auto;
  }
  #sec2 .img-box .img2 {
    margin-left: -113px;
  }
}

#sec3 {
  padding-bottom: 10%;
  padding-top: 10%;
  position: relative;
  z-index: 1;
}

#sec3:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/sec3_deco1.png") no-repeat left top/100% auto;
  width: 70%;
  height: 70vw;
  position: absolute;
  top: -20vw;
  left: -15%;
}

#sec3:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/sec3_deco2.png") no-repeat left bottom/auto 100%;
  width: 40%;
  height: 40vw;
  position: absolute;
  bottom: 105vw;
  left: 0;
}

#sec3 .lead h2 {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 7vw;
  position: relative;
}

#sec3 .lead h2 small {
  font-size: 80%;
}

#sec3 .lead h2:before {
  content: "";
  background: #78000b;
  height: 1px;
  width: 94%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec3 .lead .txt {
  margin-top: 3%;
  padding: 0 8%;
}

#sec3 .set1 {
  margin-top: 8%;
  padding: 0 5%;
}

#sec3 .set1 .img-box .img1 {
  margin: 0 0 3% 3%;
}

#sec3 .set1 .txt-box {
  margin: 8% 0 13%;
}

#sec3 .txt-box {
  padding: 0 5%;
}

#sec3 .txt-box dt {
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 6.5vw;
}

#sec3 .floor {
  text-align: center;
  margin: auto;
  width: 55%;
}

#sec3 .set2 {
  padding: 0 5%;
  margin-top: 10%;
}

#sec3 .set2 .txt-box {
  margin: 0 0 8%;
}

#sec3 .set2 .img-box {
  margin-bottom: 10%;
}

#sec3 .set2 .img-box ul {
  margin-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec3 .set2 .img-box ul li {
  width: 48%;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding-top: 115px;
    padding-bottom: 55px;
  }
  #sec3:before {
    left: 0;
    top: -10px;
    width: 500px;
    height: 520px;
  }
  #sec3:after {
    left: 0;
    bottom: -150px;
    width: 485px;
    height: 510px;
  }
  #sec3 .lead {
    margin-left: auto;
    width: 768px;
  }
  #sec3 .lead h2 {
    text-align: right;
    font-size: 46px;
    padding: 0 50px 9px 0;
    line-height: 1.6;
  }
  #sec3 .lead h2:before {
    width: 100%;
  }
  #sec3 .lead h2 small {
    font-size: 36px;
  }
  #sec3 .lead .txt {
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px 0 45px;
    margin-top: 15px;
    letter-spacing: 0.02em;
  }
  #sec3 .set1 {
    padding: 0;
    margin-top: 32px;
  }
  #sec3 .set1 .img-box {
    margin: 67px 0 0 0;
    float: right;
  }
  #sec3 .set1 .img-box .img1 {
    width: auto;
    margin: 0 -250px 37px 273px;
  }
  #sec3 .set1 .txt-box {
    width: 235px;
    position: absolute;
    top: 85px;
    left: 357px;
    margin: 0;
  }
  #sec3 .set1 .floor {
    float: left;
  }
  #sec3 .floor {
    margin: 0;
    width: auto;
  }
  #sec3 .txt-box {
    padding: 0;
  }
  #sec3 .txt-box dt {
    text-align: center;
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 23px;
  }
  #sec3 .txt-box dd {
    font-size: 15px;
    line-height: 28px;
  }
  #sec3 .set2 {
    padding: 0;
    margin-top: 97px;
  }
  #sec3 .set2 .img-box {
    float: left;
    margin: 30px 0 0 0;
  }
  #sec3 .set2 .img-box .img1 {
    margin-left: -250px;
  }
  #sec3 .set2 .img-box ul {
    width: 780px;
    margin: 37px 0 0 -133px;
  }
  #sec3 .set2 .img-box li {
    width: auto;
  }
  #sec3 .set2 .txt-box {
    width: 230px;
    position: absolute;
    top: 47px;
    left: 420px;
    margin: 0;
  }
  #sec3 .set2 .floor {
    float: right;
  }
}

#sec4 {
  text-align: center;
  padding: 10% 0 20%;
  position: relative;
}

#sec4:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url("../img/access/sec3_deco3.png") no-repeat right top/auto 100%;
  width: 50%;
  height: 115vw;
  position: absolute;
  top: -70vw;
  right: 0;
}

#sec4 .inner {
  padding: 0 5%;
}

#sec4 h2 {
  margin-top: 10vw;
  font-size: 7vw;
  position: relative;
  line-height: 1.5;
}

#sec4 h2:before {
  content: "";
  width: 1px;
  height: 10vw;
  z-index: 1;
  position: absolute;
  top: -13vw;
  right: 50%;
  background: #78000b;
}

#sec4 h2 small {
  display: block;
  color: #78000b;
  font-weight: 500;
  font-size: 50%;
  letter-spacing: 0.3em;
}

#sec4 .txt-box {
  margin-top: 5%;
  text-align: left;
}

#sec4 .txt-box dl {
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec4 .txt-box dt {
  width: 35%;
}

#sec4 .txt-box dd {
  width: 63%;
}

#sec4 .img-box {
  margin-top: 12%;
}

#sec4 .img-box li {
  margin-bottom: 3%;
}

#sec4 .img-box li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 5px 0 120px;
  }
  #sec4:before {
    top: -685px;
    width: 325px;
    height: 1225px;
  }
  #sec4 h2 {
    padding-top: 32px;
    margin-top: 115px;
    font-size: 46px;
  }
  #sec4 h2 small {
    margin-top: 22px;
    font-size: 15px;
  }
  #sec4 h2:before {
    height: 115px;
    top: -115px;
  }
  #sec4 .inner {
    width: 1408px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  #sec4 .txt-box {
    margin-top: 50px;
    width: 650px;
  }
  #sec4 .txt-box dl {
    padding: 14px 0 14px;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
  }
  #sec4 .txt-box dt {
    width: 170px;
  }
  #sec4 .txt-box dd {
    margin-right: -30px;
    width: calc(100% - 140px);
  }
  #sec4 .img-box {
    position: absolute;
    left: 757px;
    top: 193px;
    width: 697px;
    margin-top: 0;
  }
  #sec4 .img-box li {
    margin-bottom: 20px;
  }
}
