html {
  font-size: 1rem;
  font-family: "noto sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "MS Pã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

body {
  width: 590px;
  margin: 0 auto;
  padding-bottom: 118px;
  

}

img {
  width: 100%;
}

p {
  font-size: 17px;
}



.flow {
}

.cta_following {
  position: relative;
  width: 100%;
}


.cta {
  position: absolute;
  bottom: 29.5px;
  margin: 0 auto;
  /* padding: 29.5px 0 29.5px; */
  display: flex;
  flex-direction: column;
  width: 100%;

}

.reservation {
  margin: 9.44px auto;
}

.reservation_btn {
  position: static;
  /* top: 10px; */
  /* 横幅100:58 */
  width: 409px;

}

.line {
  margin: 9.44px auto;
}


.line_btn {
  position: static;
  margin: 0 auto;
  width: 361px;
}

/* .cta {
  width: 236px;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
} */

.access {
  position: absolute;
  
}

/* アクセス　~590pxまで */
.Title {
  padding: 0.9rem;
  color: #239AE8;
  font-size: 29.5px;
  text-align: center;
  font-weight: bold;
  background-color: #F6F6F6;
}


.information {
  font-size: 23.6px;
  margin: 23.6px 38.35px;
  color: #00338F;
}

.Info {
  margin: 23.6px auto;
  text-align: left;
  line-height: 1.5em;
}

.accessTitle {
  font-size: 26.55px;
  color: #FFFFFF;
  background-color: #00338F;
  border-radius: 1em;
  height: 1.2em;
  width: 7em;
  margin: 2.36px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.accessInfo {
  color: #00338F;
  margin: 2.36px;
  font-size: inherit;


}

.recommend {
  position: relative;
  width: 100%;
  text-align: center;
}



.cta_footer {
  position: fixed;
  width: 590px;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 0 5%;
  background-color: rgb(235,240,243,0.9);
  z-index: 3;
}

.reservation_btn_footer {
  width: 236px;
  margin: 11.8px auto;
}

.line_btn_footer {
  width: 236px;
  margin: 11.8px auto;
}
  
  
@media screen and (max-width:590px) {
  body {
    width: 100%;
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%);
   */
  }
  
  img {
    width: 100%;
  
  }

  .fv_body {
    position: relative;
    width: 100%;
  }
  
  .recommend {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .cta_following {
    position: relative;
    width: 100%;
  }

  .cta {
    position: absolute;
    bottom: 5vw;
    margin: 0 auto;
    /* padding: 0 0 5vw; */
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .reservation {
    margin: 1.6vw auto;
  }

  .reservation_btn {
    position: static;
    /* top: 10px; */
    /* 横幅100:58 */
    width: 69.333vw;

  }
  
  .line {
    margin: 1.6vw auto;
  }
  

  .line_btn {
    position: static;
    margin: 0 auto;
    width: 61.333vw;
  }

  /* アクセス　~590pxまで */
  .Title {
    padding: 0.9rem;
    color: #239AE8;
    font-size: 29.5px;
    text-align: center;
    font-weight: bold;
    background-color: #F6F6F6;
  }
  

  .information {
    font-size: 4vw;
    margin: 4vw 6.5vw;
    color: #00338F;
  }

  .Info {
    margin: 4vw auto;
    text-align: left;
    line-height: 1.5em;
  }

  .accessTitle {
    font-size: 4.5vw;
    color: #FFFFFF;
    background-color: #00338F;
    border-radius: 1em;
    height: 1.2em;
    width: 7em;
    margin: 0.4vw;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }

  .accessInfo {
    color: #00338F;
    margin: 0.4vw;
    font-size: inherit;


  }
  
  footer {
    width: 590px;
  }


  .cta_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* padding: 0 5%; */
    background-color: rgb(235,240,243,0.9);
    z-index: 3;
  }

  .reservation_btn_footer {
    width: 236px;
    margin: 11.8px 10px 11.8px auto;
  }

  .line_btn_footer {
    width: 236px;
    margin: 11.8px auto 11.8px 10px;
  }


  
  
}