@-webkit-keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#about-top {
  background: url(../../img/about/photo_back.jpg) no-repeat center center/cover;
  padding: 10vw 0;
}

#about-top .round-box {
  background-color: rgba(255, 255, 255, 0.7);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10vw 0;
}

@media (min-width: 925px) {
  #about-top .round-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 60px;
  }
}

#about-top .pink {
  color: #F19AB0;
  text-align: center;
  line-height: 1.8em;
  font-weight: 700;
}

@media (min-width: 925px) {
  #about-top .pink {
    text-align: left;
    width: 35.5%;
  }
}

#about-top .pink h3 {
  font-size: 180%;
  margin-bottom: 5vw;
  line-height: 1.8em;
}

@media (min-width: 925px) {
  #about-top .pink h3 {
    font-size: 250%;
    border-bottom: 2px dotted #F19AB0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
}

#about-top .pink p {
  font-size: 130%;
  margin-bottom: 5vw;
  line-height: 1.8em;
}

@media (min-width: 925px) {
  #about-top .pink p {
    font-size: 160%;
    line-height: 1.5em;
    margin-bottom: 0;
  }
}

#about-top .left {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #about-top .left {
    width: 60%;
    margin: 0;
  }
}

#about-top .left p {
  line-height: 1.8em;
}

@media (min-width: 925px) {
  #about-top .left p {
    font-size: 135%;
  }
}

#points, #incho {
  background-color: #FFF8D6;
}

#points .round-box, #incho .round-box {
  overflow: visible;
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 5vw;
  margin: 0 auto;
  color: #F19AB0;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(203, 203, 203, 0.75));
          filter: drop-shadow(3px 3px 2px rgba(203, 203, 203, 0.75));
}

@media (min-width: 925px) {
  #points .round-box, #incho .round-box {
    max-width: 550px;
    padding: 20px 40px;
    margin: 0;
  }
}

#points h2, #incho h2 {
  text-align: center;
  font-size: 200%;
  border-bottom: 2px dotted #F19AB0;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #points h2, #incho h2 {
    font-size: 250%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#points h3, #incho h3 {
  text-align: center;
  font-size: 150%;
  border-bottom: 2px dotted #F19AB0;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #points h3, #incho h3 {
    font-size: 200%;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

#points h3 .sub, #incho h3 .sub {
  font-size: 3.5vw;
}

@media (min-width: 925px) {
  #points h3 .sub, #incho h3 .sub {
    font-size: 12px;
  }
}

#points .picture, #incho .picture {
  z-index: 0;
  overflow: hidden;
  margin-top: -5vw;
}

@media (min-width: 925px) {
  #points .picture.right, #incho .picture.right {
    position: absolute;
    width: 50%;
    max-height: 300px;
    margin-top: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 925px) {
  #points .picture.left, #incho .picture.left {
    position: absolute;
    width: 50%;
    max-height: 365px;
    margin-top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 190px;
    left: 0;
  }
}

#points {
  padding: 20vw 0 10vw;
}

@media (min-width: 925px) {
  #points {
    padding: 70px 0 50px;
  }
}

@media (min-width: 925px) {
  #points .round-box {
    margin-left: 10%;
  }
}

#points .clip {
  display: block;
  width: 15vw;
  margin: -18vw auto 0;
}

@media (min-width: 925px) {
  #points .clip {
    width: 60px;
    margin: -70px auto 25px;
  }
}

#points p {
  margin-bottom: 3vw;
  text-align: center;
}

@media (min-width: 925px) {
  #points p {
    margin-bottom: 20px;
  }
}

@media (min-width: 925px) {
  #points .link-btn {
    width: 60%;
    margin: 0 auto;
  }
}

#incho {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201280%2035.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E8%83%8C%E6%99%AF%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-6932.59-4213.8c-99.27%2C7.68-128.52%2C26.87-274.57%2C26.87-182.63%2C0-182.63-30-365.26-30s-182.62%2C30-365.25%2C30c-146.13%2C0-175.33-19.21-274.74-26.89v32.14h1280%22%20transform%3D%22translate(8212.41%204216.93)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: bottom left;
  padding-bottom: 15vw;
  padding-bottom: 10vw;
}

@media (min-width: 925px) {
  #incho {
    padding-bottom: 100px;
  }
}

@media (min-width: 925px) {
  #incho {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}

@media (min-width: 925px) {
  #incho .round-box {
    margin-left: 45%;
  }
}

@media (min-width: 925px) {
  #incho .flex-box {
    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;
  }
}

#incho .birth {
  text-align: center;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #incho .birth {
    margin-bottom: 20px;
    width: 100%;
  }
}

#incho .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #incho .prof {
    margin-bottom: 25px;
    width: 60%;
  }
  #incho .prof:nth-of-type(even) {
    width: 35%;
  }
  #incho .prof:nth-of-type(even) h4 {
    width: 70px;
  }
}

#incho .prof h4 {
  font-size: 90%;
  font-weight: 700;
  width: 20vw;
}

@media (min-width: 925px) {
  #incho .prof h4 {
    font-size: 120%;
    width: 40px;
  }
}

#incho .prof p {
  border-left: 1px solid #F19AB0;
  font-size: 85%;
  padding-left: 3vw;
}

@media (min-width: 925px) {
  #incho .prof p {
    font-size: 100%;
    padding-left: 10px;
  }
}

#access {
  background-color: #FDF2F5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201280%2035.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E8%83%8C%E6%99%AF%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-6932.59-4213.8c-99.27%2C7.68-128.52%2C26.87-274.57%2C26.87-182.63%2C0-182.63-30-365.26-30s-182.62%2C30-365.25%2C30c-146.13%2C0-175.33-19.21-274.74-26.89v32.14h1280%22%20transform%3D%22translate(8212.41%204216.93)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: bottom left;
  padding-bottom: 15vw;
  padding: 10vw 0;
}

@media (min-width: 925px) {
  #access {
    padding-bottom: 100px;
  }
}

@media (min-width: 925px) {
  #access {
    padding: 70px 0 110px;
  }
}

@media (min-width: 925px) {
  #access .add-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 110px;
  }
}

#access h2 {
  text-align: center;
  margin-bottom: 5vw;
}

#access h2 img {
  width: 35vw;
}

@media (min-width: 925px) {
  #access h2 img {
    width: 125px;
    margin-right: 20px;
  }
}

#access .address {
  position: relative;
  color: #F19AB0;
  font-weight: 700;
  width: 80%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #access .address {
    width: 100%;
    margin: 0;
  }
  #access .address::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #cccccc;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
  }
}

#access .address p {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #access .address p {
    position: relative;
    display: block;
    float: left;
    font-size: 175%;
    padding-left: 40px;
  }
  #access .address p::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #F19AB0;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 925px) {
  #access .address img {
    float: right;
    width: 360px;
    margin-bottom: 25px;
  }
}

#access .map-wrap {
  margin-bottom: 10vw;
  margin-left: 40px;
}

@media (min-width: 925px) {
  #access .map-wrap {
    margin-bottom: 0;
    border: 2px solid #998675;
  }
}

#access .map-wrap iframe {
  width: 100%;
  height: 50vw;
}

@media (min-width: 925px) {
  #access .map-wrap iframe {
    height: 270px;
  }
}

@media (min-width: 925px) {
  #access .route-wrap {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #access .route-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}

#access .route {
  font-weight: 700;
  width: 90%;
  margin: 0 auto 10vw;
}

@media (min-width: 925px) {
  #access .route {
    width: 48%;
    margin: 0 0 25px;
    float: right;
  }
  #access .route:first-of-type {
    float: left;
  }
}

#access .route h3 {
  vertical-align: middle;
  background-color: #F19AB0;
  color: #fff;
  font-size: 130%;
  text-align: center;
  padding: 2vw  0;
  border-radius: 50px;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #access .route h3 {
    font-size: 180%;
    padding: 5px 0;
    margin-bottom: 25px;
  }
}

#access .route h3 .ico {
  vertical-align: middle;
  width: auto;
  height: 8vw;
  margin-right: 3vw;
  margin-bottom: 0;
}

@media (min-width: 925px) {
  #access .route h3 .ico {
    height: 40px;
  }
}

#access .route p {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #access .route p {
    font-size: 150%;
    margin-bottom: 20px;
  }
}

#access .route img {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #access .route img {
    margin-bottom: 20px;
  }
}

#access .route .white-btn {
  display: block;
  background: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%206.2%209.7%22%20style%3D%22enable-background%3Anew%200%200%206.2%209.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23998675%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22layer_2_1_%22%3E%20%3Cg%20id%3D%22design%22%3E%20%3Cpolyline%20class%3D%22st0%22%20points%3D%220.7%2C0.7%204.8%2C4.8%200.7%2C8.9%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 2.5vw;
  background-position: center right 15vw;
  text-align: center;
  width: 100%;
  padding: 5vw 0;
}

@media (min-width: 925px) {
  #access .route .white-btn {
    background-size: 10px;
    background-position: center right 95px;
    font-size: 150%;
    padding: 30px 0;
  }
  #access .route .white-btn:hover {
    text-decoration: none;
  }
}

#access .route .parking {
  background-color: #fff;
  font-weight: normal;
  padding: 3vw;
}

@media (min-width: 925px) {
  #access .route .parking {
    padding: 25px 35px;
  }
  #access .route .parking a {
    display: inline-block;
    position: relative;
    font-size: 120%;
    text-decoration: none;
  }
  #access .route .parking a::after {
    content: "";
    display: block;
    background-color: #F19AB0;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
}

#hospital {
  padding: 10vw 0;
}

#road-modal, #coin-modal {
  display: none;
}
/*# sourceMappingURL=style.css.map */